This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: How to populate the listbox for LotusScript
Feedback Type: Question
Product Area: Designer Client
Technical Area: Application development
Platform: Windows XP client
Release: 8.0.2
Reproducible: Always
Greetings,
I want to show the data for the listbox in a dialog form.
then, I will create a hiden listbox in the message form, when I click the send button I will populate the data to the hiden listbox and Notesuidocument.refresh, but no data in the hiden listbox.
the code:
Set myitem = doc.GetFirstItem( "mylist" )
Msgbox myitem.Name &" name"